From: Jan Djärv Date: Sun, 10 Mar 2002 16:15:48 +0000 (+0000) Subject: (enum event_kind): Added save_session_event. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~58344 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=408b2bfb7b8327a9469e6a19d741f55aec268918;p=emacs.git (enum event_kind): Added save_session_event. --- diff --git a/src/termhooks.h b/src/termhooks.h index b13c632a033..d7bb5221958 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -323,7 +323,11 @@ enum event_kind /* Queued from XTread_socket on FocusIn events. Translated into `switch-frame' events in kbd_buffer_get_event, if necessary. */ - FOCUS_IN_EVENT + FOCUS_IN_EVENT, + + /* Queued from XTread_socket when session manager sends + save yourself before shutdown. */ + save_session_event }; /* If a struct input_event has a kind which is selection_request_event